home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8324 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: visual c++ : importing DOS classes
  5. Date: 16 Feb 1996 20:27:18 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4g2pb6$nos@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe4.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Feb 15, 1996 00:04:04 in article <visual c++ : importing DOS classes>,
  15. 'body2872@mach1.wlu.ca (robert body 9308 u)' wrote: 
  16.  
  17.  
  18. >I need to bring in DOS classes into Visual C++ windows code. 
  19.  
  20. Ok, I'll bite.  What's a DOS class? 
  21.  
  22. >I want to use Class Wizard which needs a base class from which to inherit 
  23.  
  24. >for the new class. 
  25. The Class Wizard is used for managing classes which interact with 
  26. Windows.  It's pretty much useless for non-Windows (MFC) classes. 
  27. Even if you try to use it for database classes, which at first glance 
  28. do not seem to need Windows, it doesn't really work right. 
  29.  
  30. >The class I am creating I need to be "STATIC", ie it will be used for  
  31. >math calculations etc, 
  32. >but no funky windows stuff dealing with dialog boxes. 
  33. What makes a class static?   
  34.  
  35. >which base class should I derive from? 
  36. None. 
  37.  
  38. -- 
  39. Pete Grant 
  40. Kalevi, Inc. 
  41. Software Engineering & development
  42.